//---------------------------------------- // SELECT JavaScript //---------------------------------------- // richard.q.r // System Access Pte Ltd // 2000 //------------------------------------------- // this function defines the different url // to be called for the body frame reloading //------------------------------------------- function moduleselect(_module) { if(_module) return _module+"/"+_module+"Object.html"; else return "portal/portalObject.html"; }